home *** CD-ROM | disk | FTP | other *** search
- echo off
- echo Welcome to the Merit Software hard disk installation program.
- echo\
- echo You will need approximately 300k of space to install this program
- echo onto your hard disk. If the required space is not available, press
- echo the CTRL key along with the BREAK key to abort this procedure.
- echo This installation program will copy all the neccessary files onto a
- echo sub-directory called DRWHO. It will not change your AUTOEXEC.BAT
- echo or CONFIG.SYS files.
- echo\
- echo If enough room is available, simply press return...
- echo\
- echo\
- pause
- cls
- echo\
- echo\
- echo\
- echo Please wait. (This process takes some time)
- echo\
- mkdir c:\drwho
- copy *.* c:\drwho
- c:
- cd c:\drwho
- cls
- echo\
- echo To run this program type DRWHO
- echo\
-